Platform Explorer / Nuxeo Platform LTS 2016 8.10

Operation NuxeoDrive.AttachBlob (Nuxeo Drive: Attach blob)

Operation id NuxeoDrive.AttachBlob
Category Services
Label Nuxeo Drive: Attach blob
Requires
Since

Parameters

Name Description Type Required Default value
document document yes  
applyVersioningPolicy boolean no false 
factoryName string no defaultFileSystemItemFactory 

Signature

Inputs blob
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveAttachBlob
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.AttachBlob",
  "label" : "Nuxeo Drive: Attach blob",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.AttachBlob",
  "signature" : [ "blob", "blob" ],
  "params" : [ {
    "name" : "document",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "applyVersioningPolicy",
    "description" : null,
    "type" : "boolean",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "false" ]
  }, {
    "name" : "factoryName",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ "defaultFileSystemItemFactory" ]
  } ]
}